Skip to content

Add standalone read-only CP2077 save exporter#147

Open
generationtech wants to merge 1 commit intoDeweh:masterfrom
generationtech:feat/cp2077-save-exporter
Open

Add standalone read-only CP2077 save exporter#147
generationtech wants to merge 1 commit intoDeweh:masterfrom
generationtech:feat/cp2077-save-exporter

Conversation

@generationtech
Copy link
Copy Markdown

Summary

Adds a standalone read-only CLI exporter for Cyberpunk 2077 save files.

The exporter converts save data into structured JSON for inspection, analysis, and downstream tooling, while remaining isolated from the existing GUI/editor workflow.

What it does

  • reads save data using the in-repo WolvenKit/CyberCAT stack
  • exports structured JSON in multiple modes
  • remains read-only
  • builds independently as its own subproject

Scope

This PR adds a new standalone project under CP2077SaveExporter/.

It does not modify the CyberCAT GUI/editor behavior.

Notes

  • includes build/publish helper scripts for the exporter
  • includes README documentation for usage and output modes
  • keeps output artifacts out of version control via .gitignore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant